home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Nebula 2
/
Nebula Two.iso
/
SourceCode
/
MiniExamples
/
AppKit
/
Winfo
/
Winfo_main.m
< prev
next >
Wrap
Text File
|
1995-06-12
|
313b
|
16 lines
/* Generated by the NeXT Project Builder
NOTE: Do NOT change this file -- Project Builder maintains it.
*/
#import "WinApp.h"
void main(int argc, char *argv[]) {
[WinApp new];
if ([NXApp loadNibSection:"Winfo.nib" owner:NXApp withNames:NO])
[NXApp run];
[NXApp free];
exit(0);
}